home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1993 April
/
CICA MS Windows - April 1993.iso
/
bbs
/
wildcat
/
doit.bat
< prev
next >
Wrap
DOS Batch File
|
1993-04-18
|
222b
|
8 lines
rem %1 == disc directory
if exist %cdrom%%1\00_index.txt goto ok
echo no such file: %cdrom%%1\00_index.txt >> logfile
goto end
:ok
%rom%\bbs\convert %type% wildcat %rom%%1<%rom%%1\00_index.txt>>%out%\files.dir
:end